Transcription: In this animation we'll look at how class modules are used as a template for creating your own objects in Visual Basic. Class modules can be thought of as a type of blueprint. A blueprint for a house defines how the house will be built, but the house does not actually exist until it is constructed from the blueprint. Many different houses can also be constructed from the same blueprint and characteristics or properties of each can be changed independently after construction. Class modules operate in the same way. If, for example, you have created a class module named Employee, you could constr ...